GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-30T17:24:58.9190077+00:00",
"SubmitDate": "2026-03-30T17:24:58.9190077+00:00",
"ReportPeriodStart": "2026-03-30T17:24:58.9190077+00:00",
"ReportPeriodEnd": "2026-03-30T17:24:58.9190077+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "53abbc90-97e1-43a6-9ab2-d3eafc4c3b89",
"Rows": [
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "53abbc90-97e1-43a6-9ab2-d3eafc4c3b89",
"Rows": [
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d94bf5b7-4cec-4b00-bf4f-01f3a14d89ce",
"17873d70-1628-4eb0-b236-4e2e80f1c8d5"
],
"Approvers": [
"435b0504-59db-486b-b27a-511d4cda1464",
"a5df5760-ed1b-493b-81ad-32f523ccb0ae"
],
"ApprovedBy": "0eef253c-fd51-4289-8004-7ba259a0efab",
"ApprovalDate": "2026-03-30T17:24:58.9190077+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f1d97729-5de7-4023-b257-048c78ff4ccc",
"id": "346b06f1-abd7-4181-bd19-6a6c6a506a01",
"ConfigId": "1e3661b3-de6d-4859-87dd-875b93ccb981"
},
{
"GenerationDate": "2026-03-30T17:24:58.9190077+00:00",
"SubmitDate": "2026-03-30T17:24:58.9190077+00:00",
"ReportPeriodStart": "2026-03-30T17:24:58.9190077+00:00",
"ReportPeriodEnd": "2026-03-30T17:24:58.9190077+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "53abbc90-97e1-43a6-9ab2-d3eafc4c3b89",
"Rows": [
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "53abbc90-97e1-43a6-9ab2-d3eafc4c3b89",
"Rows": [
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "144ac186-6c1d-4ed7-93a1-fa4b8af3fcec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d94bf5b7-4cec-4b00-bf4f-01f3a14d89ce",
"17873d70-1628-4eb0-b236-4e2e80f1c8d5"
],
"Approvers": [
"435b0504-59db-486b-b27a-511d4cda1464",
"a5df5760-ed1b-493b-81ad-32f523ccb0ae"
],
"ApprovedBy": "0eef253c-fd51-4289-8004-7ba259a0efab",
"ApprovalDate": "2026-03-30T17:24:58.9190077+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f1d97729-5de7-4023-b257-048c78ff4ccc",
"id": "346b06f1-abd7-4181-bd19-6a6c6a506a01",
"ConfigId": "1e3661b3-de6d-4859-87dd-875b93ccb981"
}
]